home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / plhelp / plptex < prev    next >
Encoding:
Text File  |  1995-02-04  |  872 b   |  26 lines

  1. plptex:
  2.  
  3. Synopsis: Place text in the current sub-plot.
  4.  
  5. Syntax: plptex ( TEXT, X , Y , DX , DY , JUST )
  6.  
  7. Description:
  8.  
  9.     Place TEXT in the plot window.
  10.  
  11.     X: Specify the X coordinate for text placement.
  12.     Y: Specify the Y coordinate for text placement.
  13.     DX (optional): X + DX specifies the X orientation of the text.
  14.     DY (optional): Y + DY specifies the Y orientation of the text.
  15.     JUST (optional): Specifies the position of the string relative
  16.           to its reference point. If JUST=0, the reference point
  17.           is at the left and if JUST=1 it is at the right of the
  18.           string. Other values of JUST give intermediate
  19.           justifications.
  20.  
  21.     Since plptex uses the plot-data coordinates for text
  22.     placement, plptex must be called AFTER the plot is created.
  23.  
  24.     Note: Some plot devices may require the usage of _plflush() to
  25.           make the test visible (see `help plot').
  26.